Ext16IO
 
 
 Bean Ext16IO
 
External 16-bit Input/Output

Typical usage of the bean in user's code.

Typical Usage:

Assume the bean name "EIO21".

(1)
This example demonstrates reading and writing to the port address.

 MAIN.C

void main(void)
{
  /* Wait until "0xFFFF" is on the port address */
  while ( EIO21_GetVal() != 0xFFFF );
  
  /* Put "0xAAAA" to the port address */
  EIO21_PutVal(0xAAAA);
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.